home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / multimed / falafel / falafel-king_eng.exe / scripts / DefineButton2_284 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-07-22  |  88 b   |  7 lines

  1. on(release){
  2.    if(_root.pauseMode == false)
  3.    {
  4.       _root.clickPita();
  5.    }
  6. }
  7.